home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFPROGRESS / TFPROGRESS.txt
Text File  |  1999-09-12  |  812b  |  45 lines

  1. inherited fProgress: TfProgress
  2.   Caption = 'Progress'
  3.   ClientHeight = 187
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pImage: TPanel
  7.     Height = 129
  8.     inherited iImage: TImage
  9.       Height = 107
  10.     end
  11.   end
  12.   inherited pBody: TPanel
  13.     Height = 129
  14.     object Label1: TLabel
  15.       Left = 10
  16.       Top = 10
  17.       Width = 325
  18.       Height = 13
  19.       Align = alTop
  20.       Caption = 'Installation progress:'
  21.     end
  22.     object lProgress: TLabel
  23.       Left = 10
  24.       Top = 53
  25.       Width = 325
  26.       Height = 66
  27.       Align = alBottom
  28.       AutoSize = False
  29.       WordWrap = True
  30.     end
  31.   end
  32.   inherited pButtons: TPanel
  33.     Top = 129
  34.     object pbMain: TProgressBar
  35.       Left = 8
  36.       Top = 26
  37.       Width = 513
  38.       Height = 16
  39.       Min = 0
  40.       Max = 100
  41.       TabOrder = 0
  42.     end
  43.   end
  44. end
  45.